C#
VB
C++
The generic callback to run if an error occurs when a command is run asynchronously.
public delegate void DocumentViewerAsyncError(
DocumentViewerAsyncOperation<T> operation,
Exception error
)
Public Delegate Sub DocumentViewerAsyncError(
ByVal operation As DocumentViewerAsyncOperation(Of T),
ByVal error As System.Exception
)
public:
delegate void DocumentViewerAsyncError(
DocumentViewerAsyncOperation<T>^ operation,
System::Exception^ error
)
operation
Operation data.
error
Error object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET